home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3mxbutto.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  710 b   |  41 lines

  1.  
  2. // JavaScript wrapper for r3mxbutto.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MXBUTTON_H = 1;
  7. include("oops/r3button.js")
  8. include("oops/r3mxiltg.js")
  9.  
  10.  
  11. var R3CLID_MXBUTTON = 827;
  12.  
  13.  
  14.  
  15.  
  16. // Description: used for selecting item from the popup menu
  17.  
  18. R3MXBTM_MENUSELECT = 827000;
  19.  
  20. function mR3MXBTM_MENUSELECT() {
  21.   DoA(this.r3obj, 827000, 0, R3TID_INTEGER, 0);
  22. }
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. function r3Mxbutton () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_MXBUTTON, arguments);
  33.    }
  34.    // Methods
  35.    this.MENUSELECT=mR3MXBTM_MENUSELECT;
  36.  
  37.    // Attributes
  38. }
  39.  
  40. r3Mxbutton.prototype=new r3Button;
  41. // r3mxbutto.h_H